Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRootBlock<T> Class / DocumentViewToLocal Method


In This Topic
    DocumentViewToLocal Method (NRootBlock<T>)
    In This Topic
    Converts a point from document view coordinate to local coordinate of the returned target block.
    Syntax
    'Declaration
     
    
    Public MustOverride Function DocumentViewToLocal( _
       ByVal point As NPoint, _
       ByRef logicalPage As NBlock _
    ) As NPoint
    'Usage
     
    
    Dim instance As NRootBlock(Of T)
    Dim point As NPoint
    Dim logicalPage As NBlock
    Dim value As NPoint
     
    value = instance.DocumentViewToLocal(point, logicalPage)
    public abstract NPoint DocumentViewToLocal( 
       NPoint point,
       out NBlock logicalPage
    )

    Parameters

    point
    logicalPage
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also